Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix promise leak when using streaming with long-running actors #136

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

ghostdogpr
Copy link
Collaborator

With streaming initReply will be called for each message with the same id and replyChannel, so we don't need to create a fiber waiting on replyChannel.await every time, once is enough.

@ghostdogpr ghostdogpr merged commit 2a5d6c5 into series/2.x Jul 23, 2024
5 checks passed
@ghostdogpr ghostdogpr deleted the stream-leak branch July 23, 2024 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant